Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve QuickTSR logging #297

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

ianshade
Copy link
Contributor

@ianshade ianshade commented Oct 5, 2023

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Small improvements in QuickTSR (no production code changes for consumers of the actual library, so maybe it's more of a chore than a feat?)

  • What is the current behavior? (You can also link to an open issue here)
    Device status is logged as [object Object]. No debug and command logs when enabled for devices

  • What is the new behavior (if this is a feature change)?
    Device status is stringified. Command report and debug logging work when enabled with reportAllCommands: true and debug: true respectively.

  • Other information:
    Opened towards release49, but I can change that if needed.

used to be [object Object]
it can be enabled with `reportAllCommands: true` and `debug: true` respectively
@nytamin nytamin changed the base branch from release49 to release50 October 6, 2023 05:42
@nytamin nytamin requested a review from a team October 6, 2023 05:42
@Julusian Julusian changed the base branch from release50 to release49 October 9, 2023 09:14
@Julusian Julusian changed the base branch from release49 to release50 October 9, 2023 09:14
@Julusian Julusian merged commit 5c8fb5f into nrkno:release50 Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants